
/*= Reset CSS End
================= *

/* effect-1 css */
.btn{display: inline-block; padding: 5px 10px; font-size: 14px; color: #fff;  background-color: #ac9c8e; text-decoration: none; transition: 0.4s;}
.btn:hover{background-color: transparent; color: #ac9c8e; transition: 0.4s;}
.text-desc{position: absolute; left: 0; top: 0; background-color: #fff; height: 100%; opacity: 0; width: 100%; padding: 20px;}
.przhizhang li{float: left; width:254px; margin: 50px 1.9%; list-style: none;}
.port-1{float: left; width: 100%; position: relative; overflow: hidden; text-align: center; border:1px solid #bdb4a3;}
.port-1 .text-desc{
	opacity: 0.9; top: -100%; color: #000; padding: 45px 20px 20px;
	
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1 img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}
.port-1:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.effect-1{ margin-top:30px;}
.effect-3{ margin-top:30px;}
.port-1.effect-1:hover .text-desc{top: 0;}

.port-1.effect-2 .text-desc{top: auto; bottom: -100%;}
.port-1.effect-2:hover .text-desc{bottom: 0;}

.port-1.effect-3 .text-desc{top: 50%; left: 50%; width: 0; height: 0; overflow: hidden; padding: 0;}
.port-1.effect-3:hover .text-desc{width: 100%; top: 0; left: 0; height: 100%; padding: 45px 20px 20px;}

.port-1.effect-4 .text-desc{top: auto; bottom: -100%;}
.port-1.effect-4:hover .text-desc{bottom: 0;}
/* effect-1 css end */

